@media(min-width:320px) and (max-width:767px){
    .img_map{
        width: 100%;
        margin-bottom: 6rem;
    }
    .data-card{
        padding: 2rem 10%;
        box-shadow: 0 4px 8px 0 rgba(41, 255, 255, 0.082), 0 6px 20px rgba(0, 0, 0, 0.048);
        border-radius: 10px;
        margin: 0rem 0rem 2rem 0rem;
        
    }
    .analytics_section_content{
        margin-top: 1.5rem;
        margin-bottom: 0rem;
    }
}

@media(min-width:768px) and (max-width:1024px){
    .img_map{
        width: 100%;
    }
}


@media(min-width:1025px) and (max-width:1200px){
    .img_map{
        width: 80%;
    }
}
